home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / Software / WinWAP Light / winwapl.exe / _SETUP.1 / 4.wml < prev    next >
Encoding:
Extensible Markup Language  |  2000-01-15  |  1.4 KB  |  32 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  3.  
  4. <wml>
  5. <!-- THIS IS THE FIRST CARD IN THE DECK -->
  6. <card id="navi" title="Navigate with Winwap">
  7. <p align="center">
  8.    <img src="../wwbyst.wbmp" alt="WINWAP"/>
  9. </p>
  10. <p>
  11.   <big>Automatic forwarding</big>
  12.   <br/>
  13.   The wml format containes elements that make the browser go somwhere automatically. This means
  14.   that when you open a wml page, it might be visible only for a short while, after which it automatically
  15.   opens another page for you without having to click on any link or button. This is usually used on
  16.   Welcome pages that only contain an image and some basic welcome text, and the actual material
  17.   is located somewhere else.
  18.   <br/>
  19.   <br/>
  20.   The wml format also contains elements that make the browser go somewhere only if you enter the
  21.   page normally or from some other link. If you browse backwards to the link you will not be automatically
  22.   forwarded anywhere. This can also be applied for entering backwards to a page ( by navigating backwards
  23.   with the back button, or with a prev link ) so that if you go backwards to a page, it will forward you somewhere else.
  24.   <br/>
  25.   <br/>
  26.   Technical : <b>ontimer</b> and <b>card onenterforward</b> and <b>card onenterbackward</b> tags apply to the above
  27.   <br/>
  28.   <do type="accept" label="Back"> <go href="@prev"/> </do>
  29. </p>
  30. </card>
  31. </wml>
  32.